changing the dots of the ul to ticks

52

ul li::marker {
  content: '✓';
  color: green;
}
ul li::marker {
  content: '✓';
  color: green;
}

Comments

Submit
0 Comments